projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a6191
)
(search-whitespace-regexp): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Sep 1997 23:33:10 +0000
(23:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Sep 1997 23:33:10 +0000
(23:33 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index c0196113bcdf03b385d35e49e5af6c484e967eb8..f5c495171f8dc3be3af53d7fb91086e90f8bb332 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-152,6
+152,7
@@
string, and RET terminates editing and does a nonincremental search."
(defcustom search-whitespace-regexp "\\s-+"
"*If non-nil, regular expression to match a sequence of whitespace chars.
+This applies to regular expression incremental search.
You might want to use something like \"[ \\t\\r\\n]+\" instead."
:type 'regexp
:group 'isearch)